From: Glenn Morris Date: Thu, 31 Mar 2011 02:11:34 +0000 (-0700) Subject: * lisp/generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4258 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9faa701fae8e93124f690b5d7bc22250e2d61b45;p=emacs.git * lisp/generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 925fdcdc452..da7528901c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-03-31 Glenn Morris + + * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords. + 2011-03-30 Christoph Scholtes * progmodes/python.el (python-default-interpreter) diff --git a/lisp/generic-x.el b/lisp/generic-x.el index bce03331a29..37819599f62 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -1705,6 +1705,7 @@ like an INI file. You can add this hook to `find-file-hook'." "efs" "ext2" "ext3" + "ext4" "hfs" "hpfs" "iso9660" @@ -1722,6 +1723,7 @@ like an INI file. You can add this hook to `find-file-hook'." "cifs" "usbdevfs" "sysv" + "sysfs" "tmpfs" "udf" "ufs"